robertl [Thu, 30 Nov 2006 03:29:15 +0000 (03:29 +0000)]
Remove xmlns from <Document> tag.
robertl [Thu, 30 Nov 2006 03:18:04 +0000 (03:18 +0000)]
Tweak error prose for malformed magellanx routes.
robertl [Thu, 30 Nov 2006 01:48:08 +0000 (01:48 +0000)]
More manual breaks for long lines.
oliskoli [Thu, 30 Nov 2006 01:36:43 +0000 (01:36 +0000)]
Replace sscanf(..., "<regular expression>", ...) with step-by-step lower level code.
oliskoli [Thu, 30 Nov 2006 01:32:41 +0000 (01:32 +0000)]
Do not read empty files.
oliskoli [Thu, 30 Nov 2006 01:30:59 +0000 (01:30 +0000)]
Ignore gpsbabel.pdf in CVS.
robertl [Wed, 29 Nov 2006 20:47:02 +0000 (20:47 +0000)]
Paul adds type identifiers to copilot.
robertl [Wed, 29 Nov 2006 19:49:20 +0000 (19:49 +0000)]
The first pass that marks up commands with <command> and removes explicit linebreaking. More to follow.
oliskoli [Wed, 29 Nov 2006 00:25:27 +0000 (00:25 +0000)]
Remove route switch (-r) dependency. Fix id output format. Write same id's in route and marks. Update coastexp reference files.
oliskoli [Wed, 29 Nov 2006 00:24:43 +0000 (00:24 +0000)]
Do not add multi-line descriptions from kml reader to our internal waypoint descriptions. No other format can handle this.
oliskoli [Wed, 29 Nov 2006 00:23:01 +0000 (00:23 +0000)]
Fix calculation from and to INT32 Degrees (dec_to_intdeg/intdeg_to_dec).
oliskoli [Tue, 28 Nov 2006 12:50:37 +0000 (12:50 +0000)]
Fix conversion of coordinates.
oliskoli [Tue, 28 Nov 2006 12:48:00 +0000 (12:48 +0000)]
Check for psitrex comment sign in header names. Allocate always a track header in first read loop.
oliskoli [Tue, 28 Nov 2006 11:06:13 +0000 (11:06 +0000)]
Fix mkshort usage in raymarine.
oliskoli [Mon, 27 Nov 2006 23:44:53 +0000 (23:44 +0000)]
Tweak gbfeof to become compatible with feof.
oliskoli [Mon, 27 Nov 2006 23:43:24 +0000 (23:43 +0000)]
Terminate read buffer.
oliskoli [Mon, 27 Nov 2006 22:04:41 +0000 (22:04 +0000)]
Remove (debug) output of symbol names.
robertl [Mon, 27 Nov 2006 20:59:32 +0000 (20:59 +0000)]
Tweak return of xvasprintf() to make it match Linux & FreeBSD behaviour.
robertl [Mon, 27 Nov 2006 20:22:50 +0000 (20:22 +0000)]
GPX: Fix a problem made more obvious by GZIP reader involving reads slightly lar
ger than our block size.
Util: eliminate use of va_copy.
robertl [Mon, 27 Nov 2006 20:22:41 +0000 (20:22 +0000)]
GPX: Fix a problem made more obvious by GZIP reader involving reads slightly larger than our block size.
Util: eliminate use of va_copy.
robertl [Mon, 27 Nov 2006 01:00:12 +0000 (01:00 +0000)]
Paul Tomblin updates CoPilot code..
robertl [Sun, 26 Nov 2006 20:55:50 +0000 (20:55 +0000)]
'Tart up' more of the doc.
oliskoli [Sun, 26 Nov 2006 19:39:23 +0000 (19:39 +0000)]
Add support for "Raymarine Waypoint File".
robertl [Sat, 25 Nov 2006 20:17:49 +0000 (20:17 +0000)]
Doc tweaks for transform filter.
robertl [Sat, 25 Nov 2006 20:11:20 +0000 (20:11 +0000)]
Dependency tweak.
robertl [Sat, 25 Nov 2006 18:41:53 +0000 (18:41 +0000)]
Dependency fix so that gbversion.h _really_ tracks the version in configure.in
robertl [Sat, 25 Nov 2006 01:12:51 +0000 (01:12 +0000)]
Support install prefix.
oliskoli [Fri, 24 Nov 2006 23:31:28 +0000 (23:31 +0000)]
Add Lilian Morinon (french-) and Daniel Diaz Quintero (spanish GUI translations) to authors.
oliskoli [Fri, 24 Nov 2006 22:42:48 +0000 (22:42 +0000)]
Remove (trackfilter) warnings on MSVC 2005-EE.
oliskoli [Fri, 24 Nov 2006 21:55:52 +0000 (21:55 +0000)]
Remove (shpopen) warning on FreeBSD.
oliskoli [Fri, 24 Nov 2006 21:45:26 +0000 (21:45 +0000)]
Remove (igc) warning on FreeBSD.
oliskoli [Fri, 24 Nov 2006 21:17:37 +0000 (21:17 +0000)]
Remove (lowranceusr) warnings on FreeBSD.
oliskoli [Fri, 24 Nov 2006 21:08:24 +0000 (21:08 +0000)]
ISO C fix.
robertl [Thu, 23 Nov 2006 17:53:09 +0000 (17:53 +0000)]
Mark options with 'option' tag in doc. Magellan tweaks.
robertl [Thu, 23 Nov 2006 04:45:53 +0000 (04:45 +0000)]
Add words for transform filter. Make 'makedoc..in' format section headers in generated doc.
robertl [Thu, 23 Nov 2006 03:34:59 +0000 (03:34 +0000)]
Enhance PCX reader to handle (some) files from GPSUtil.
robertl [Thu, 23 Nov 2006 03:31:40 +0000 (03:31 +0000)]
When lrtrimming a zero-length string, return before we get a chance to walk past its bounds.
oliskoli [Thu, 23 Nov 2006 00:49:54 +0000 (00:49 +0000)]
Add test for va_copy presents. Break build if not available.
oliskoli [Tue, 21 Nov 2006 21:19:29 +0000 (21:19 +0000)]
Add cross type/format read/(write) test.
oliskoli [Tue, 21 Nov 2006 21:12:37 +0000 (21:12 +0000)]
Add workaround for zlib bug "gzread buffer error on empty files".
oliskoli [Tue, 21 Nov 2006 21:10:42 +0000 (21:10 +0000)]
Let mkrpm work without root login and use mkspec.
robertl [Tue, 21 Nov 2006 19:04:20 +0000 (19:04 +0000)]
GPSDrivetrack is local time, not GMT.
robertl [Tue, 21 Nov 2006 17:54:27 +0000 (17:54 +0000)]
Name Q&A entries in PSP doc to avoid commit jitter.
robertl [Sat, 18 Nov 2006 07:14:41 +0000 (07:14 +0000)]
A slew of doc edits to increase product linkage.
robertl [Sat, 18 Nov 2006 01:50:26 +0000 (01:50 +0000)]
Bump version number.
robertl [Sat, 18 Nov 2006 01:49:54 +0000 (01:49 +0000)]
Makefile.in: Improve dependencies.
configure.in, gbversion.h: Bump version number.
oliskoli [Fri, 17 Nov 2006 23:20:22 +0000 (23:20 +0000)]
Tweak some more formats to use our common gbfile api.
robertl [Fri, 17 Nov 2006 20:03:23 +0000 (20:03 +0000)]
Fix crash in google reader on multiple files.
oliskoli [Thu, 16 Nov 2006 21:20:28 +0000 (21:20 +0000)]
Tweak reader boundary.
robertl [Thu, 16 Nov 2006 19:37:37 +0000 (19:37 +0000)]
Add hint and last found to tabsep format.
oliskoli [Thu, 16 Nov 2006 18:35:26 +0000 (18:35 +0000)]
Ignore gpsbabel.fo in CVS.
oliskoli [Thu, 16 Nov 2006 00:18:31 +0000 (00:18 +0000)]
Make mingw (cross-build) happy. Add <windows.h> for a __WIN32__ environment.
robertl [Wed, 15 Nov 2006 22:07:36 +0000 (22:07 +0000)]
Document some of our externally provided but internally used tool requirements.
robertl [Tue, 14 Nov 2006 16:36:14 +0000 (16:36 +0000)]
Add a -VV option to main so we can more easily see how we were built.
robertl [Mon, 13 Nov 2006 21:07:28 +0000 (21:07 +0000)]
Move version into a generated (yet committed) file so it can be shared between the configure-ful and configure-free builds.
robertl [Mon, 13 Nov 2006 17:32:37 +0000 (17:32 +0000)]
Internal comment on dmtlog elevation oddity.
robertl [Mon, 13 Nov 2006 04:02:34 +0000 (04:02 +0000)]
Take a bit of a (weak) run at cleaning up the company and product markup in the doc. I'm not sure I improved it - I definitely didn't get far.
robertl [Sun, 12 Nov 2006 23:54:30 +0000 (23:54 +0000)]
Clean up error message text on Garmin serial ports.
oliskoli [Sun, 12 Nov 2006 07:42:26 +0000 (07:42 +0000)]
Fix waypoint transformation for routes and tracks.
oliskoli [Fri, 10 Nov 2006 21:04:06 +0000 (21:04 +0000)]
Regenerate reference data after "unknown_alt" fix.
oliskoli [Fri, 10 Nov 2006 20:49:28 +0000 (20:49 +0000)]
Do not write "unknown_alt".
robertl [Fri, 10 Nov 2006 20:35:59 +0000 (20:35 +0000)]
Fix syntax error I introduced in magproto.c.
parkrrrr [Fri, 10 Nov 2006 20:18:09 +0000 (20:18 +0000)]
add PDF target
robertl [Fri, 10 Nov 2006 01:40:28 +0000 (01:40 +0000)]
Bump tags to gpsbabel_1_3_2-beta20061109
robertl [Fri, 10 Nov 2006 01:39:05 +0000 (01:39 +0000)]
Use the Windows-proprietary MoveFileEx to rename files in KML writer for
atomicity.
robertl [Fri, 10 Nov 2006 01:26:21 +0000 (01:26 +0000)]
Move the MSVC7 project files into their own. Otherwise, MSVC7 peanut butter
keeps contaminating the MSVC8/Express chocolate.
Magproto.c: Don't use implicit int.
msvc/config.h: Bump version number.
robertl [Wed, 8 Nov 2006 22:46:07 +0000 (22:46 +0000)]
Gratituous whitespace tweaks in bounds tag in GPX.
robertl [Wed, 8 Nov 2006 03:53:51 +0000 (03:53 +0000)]
Out evil C99-ism!
robertl [Wed, 8 Nov 2006 02:47:56 +0000 (02:47 +0000)]
Leak and correctness fixes on NMEA reader. Passed NMEA serial (with valgrind)
, testo and leaktest.
oliskoli [Tue, 7 Nov 2006 08:30:33 +0000 (08:30 +0000)]
Update gui after error fixes (radius filter). Store more settings in registry.
oliskoli [Tue, 7 Nov 2006 08:28:06 +0000 (08:28 +0000)]
Update gui after error fixes.
oliskoli [Tue, 7 Nov 2006 08:25:11 +0000 (08:25 +0000)]
Store more settings in registry.
oliskoli [Tue, 7 Nov 2006 07:31:08 +0000 (07:31 +0000)]
Fix validation of latitude and longitude (radius filter).
robertl [Mon, 6 Nov 2006 22:01:35 +0000 (22:01 +0000)]
Reduce number of leaks in realtime tracking mode on Garmins to zero.
robertl [Sun, 5 Nov 2006 23:57:25 +0000 (23:57 +0000)]
Fix C99-ism in main.
robertl [Sun, 5 Nov 2006 23:54:07 +0000 (23:54 +0000)]
Minor tweaks to build (regen deps, bump number, etc.) to release 1.3.2.
robertl [Sun, 5 Nov 2006 22:48:41 +0000 (22:48 +0000)]
Memory leaks and stability fixes in KML realtime writer.
Allow position reader (Garmin, NMEA) to propogate error up to caller.
robertl [Thu, 2 Nov 2006 23:16:19 +0000 (23:16 +0000)]
*** empty log message ***
robertl [Thu, 2 Nov 2006 23:04:48 +0000 (23:04 +0000)]
Add container size to KML for geocaches.
robertl [Thu, 2 Nov 2006 22:01:36 +0000 (22:01 +0000)]
Formatting improvements in Geocaching/KML writer. Include placer.
robertl [Thu, 2 Nov 2006 19:15:48 +0000 (19:15 +0000)]
Allow elapsed time to go negative so that NMEA line reader can detect
timeouts correctly.
oliskoli [Wed, 1 Nov 2006 22:23:39 +0000 (22:23 +0000)]
Use version of GPSBabel and date of gdb.c (managed by CVS) for watermark.
oliskoli [Wed, 1 Nov 2006 21:32:01 +0000 (21:32 +0000)]
Tweak gdb to get date and revision from CVS into local variables.
oliskoli [Wed, 1 Nov 2006 21:26:17 +0000 (21:26 +0000)]
Tweak gdb to get date and revision from CVS into local variables.
oliskoli [Wed, 1 Nov 2006 20:44:57 +0000 (20:44 +0000)]
Update GUI to internal release 0.2.6 (11/01/2006). Spanish is a new embedded translations.
oliskoli [Wed, 1 Nov 2006 20:25:39 +0000 (20:25 +0000)]
Tweak copyright.
oliskoli [Wed, 1 Nov 2006 20:22:21 +0000 (20:22 +0000)]
Update language specific lists.
oliskoli [Wed, 1 Nov 2006 20:17:04 +0000 (20:17 +0000)]
Add transform filter to filter formular.
oliskoli [Wed, 1 Nov 2006 20:15:43 +0000 (20:15 +0000)]
Finalize GUI for GPSBabel release 1.3.2.
oliskoli [Wed, 1 Nov 2006 20:11:27 +0000 (20:11 +0000)]
Finish translations for release 1.3.2.
oliskoli [Wed, 1 Nov 2006 17:28:14 +0000 (17:28 +0000)]
Finish spanish translation. From Daniel Diaz.
robertl [Wed, 1 Nov 2006 16:34:53 +0000 (16:34 +0000)]
'Transformate' isn't a word.
robertl [Wed, 1 Nov 2006 16:33:02 +0000 (16:33 +0000)]
Add ape and mega to default.
oliskoli [Wed, 1 Nov 2006 04:40:18 +0000 (04:40 +0000)]
remove CVS testing.
oliskoli [Wed, 1 Nov 2006 04:37:16 +0000 (04:37 +0000)]
CVS test 2.
robertl [Tue, 31 Oct 2006 23:47:59 +0000 (23:47 +0000)]
CVS testing.
oliskoli [Tue, 31 Oct 2006 19:08:18 +0000 (19:08 +0000)]
Warning fix.
robertl [Tue, 31 Oct 2006 18:23:13 +0000 (18:23 +0000)]
Tweak sdistance test case for TZ independence.
oliskoli [Tue, 31 Oct 2006 18:12:48 +0000 (18:12 +0000)]
Remove wptdata from case statement. We are a track- or route-only format.
robertl [Tue, 31 Oct 2006 18:10:54 +0000 (18:10 +0000)]
In KML/Realtime mode, pull track out of folder and up one level as we know
we'll have only one track.